remove dups in x86 and x86_64 variables
authorDoug Goldstein <cardoe@cardoe.com>
Thu, 7 Jan 2016 14:27:43 +0000 (15:27 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 7 Jan 2016 14:27:43 +0000 (15:27 +0100)
commit373c3cf6dd0674fc2aa95f7db6b9add851817076
tree618818de8291e0c6b4f2a2c0ed19955a98f5e937
parentfb424bf6b5b0df0155ab4e56a1b8f67e6470fa46
remove dups in x86 and x86_64 variables

Currently the Xen build uses x86 and x86_64 variables as well as
CONFIG_X86 and CONFIG_X86_64. This just removes the duplication. The
CONFIG_ variables are now managed by Kconfig but existed previously so
this duplication existed prior to the Kconfig migration.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Feng Wu <feng.wu@intel.com>
$(CONFIG_X86_64) -> y in x86 makefiles.
$(CONFIG_X86_64) -> $(CONFIG_X86) in non-x86 makefiles.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
xen/Rules.mk
xen/arch/x86/Makefile
xen/arch/x86/Rules.mk
xen/arch/x86/efi/Makefile
xen/arch/x86/mm/Makefile
xen/arch/x86/mm/hap/Makefile
xen/common/Makefile
xen/drivers/acpi/Makefile
xen/drivers/passthrough/Makefile
xen/drivers/passthrough/vtd/Makefile